home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / video / nwiper / demoscript next >
Text File  |  1995-08-22  |  1KB  |  36 lines

  1.  
  2. ; Define a label for the loop funtion
  3.  
  4. ;LAB ja
  5.  
  6. ; Linking shows together in an AmigaDOS script will make the Workbench
  7. ; continuously flicking back in between. The trick is to make the Workbench
  8. ; and the MousePointer invisible by colouring them completely black.
  9. ;
  10. ; Use the POINTER and PALETTE programs in the prefs drawer to make the 
  11. ; presets "black.pointer" and "black.palet". You also have to make presets 
  12. ; for the default colours, otherwise you end up with a black workbench when 
  13. ; the demo is finished...
  14.  
  15. workbench:prefs/pointer workbench:prefs/presets/black.pointer use
  16. workbench:prefs/palette workbench:prefs/presets/black.palet use
  17.  
  18. NWiper Shows/Pixels.NW
  19. NWiper Shows/Rotate.NW
  20. NWiper Shows/SpecialRot.NW
  21. NWiper Shows/Door.NW
  22. NWiper Shows/CubeMorph.NW
  23. NWiper Shows/Cube.NW
  24. NWiper Shows/Morph.NW
  25. NWiper Shows/Zoom.NW
  26.  
  27. ; use the following line to make an eternal loop
  28.  
  29. ;SKIP BACK ja
  30.  
  31. ; make the workbench + pointer visible
  32.  
  33. workbench:prefs/pointer workbench:prefs/presets/default.pointer use
  34. workbench:prefs/palette workbench:prefs/presets/default.palet use
  35.  
  36.